Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ソング:labファイルを書き出す機能を追加 #2383

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sigprogramming
Copy link
Contributor

内容

labファイルを書き出す機能を追加します。

書き出し対象のトラックを指定できた方が良いと思いますが、ひとまず全てのトラックを対象として書き出す形で実装しています。

関連 Issue

その他

@voicevox-preview-pages
Copy link

🚀 プレビュー用ページを作成しました 🚀

更新時点でのコミットハッシュ:e0fc41a

Comment on lines +104 to +105
// REVIEW: vowel != "N" のときに vowel.toLowerCase() する必要がある…?
writeLine(phoneme.frameLength / frameRate, phoneme.phoneme);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

トークはvowel != "N" のときに vowel.toLowerCase() する実装になっていました。
ソングは必要なさそう…?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

うーーーーーーん!!! 知らなかった・・・!!!

ユーザー的にはどちらでも良さそう。
ただまあ仕様は揃えてあげた方が良さそうなのと、大文字の時は無声というのは若干特殊な気がしないでもないので、母音のaiueoにしちゃって良さそうに感じました!

もしトーク側が未実装だったら、大文字のままにした方が良いかもですね!
(でももしかしたら既存ソフトに合わせてる可能性もありそう。)

@sigprogramming sigprogramming marked this pull request as ready for review December 1, 2024 15:38
@sigprogramming sigprogramming requested a review from a team as a code owner December 1, 2024 15:38
@sigprogramming sigprogramming requested review from Hiroshiba and removed request for a team December 1, 2024 15:38
// 「ファイル」メニュー
const fileSubMenuData = computed<MenuItemData[]>(() => [
{
type: "button",
label: "音声を出力",
label: "音声書き出し",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

トーク側と合わせました。

@Hiroshiba
Copy link
Member

ちょっと実際に動かしてみて挙動だけチェックさせていただきました!
しっかり波形と合うlabが出力されてそうでした!!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

メッセージの部分だけ差し替えられるようにすれば共通化できそう?
Container/PresentationのContainerが音声用とlab用とで2個ある形でも、SingEditorから差し込む形でも。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants